/*  cstdarg.h

    Standard C header file wrapper for stdarg.h
*/

/*
 *      C/C++ Run Time Library - Version 11.0
 *
 *      Copyright (c) 1997, 2004 by Borland Software Corporation
 *      All Rights Reserved.
 *
 */

/* $Revision: 1.1 $ */

#define  __USING_CNAME__
#include <stdarg.h>
#undef   __USING_CNAME__
